﻿
.awardsCertifications {
    background: #262A3A;
    position: relative;
    padding: 70px 0 130px;
}
.awardsCertifications::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    bottom: 0;
    height: 200px;
    background: #F2F2F2;
}
.awardsCertifications .awardTitle {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: "Medium";
    margin: 0;
    margin-bottom: 52px;
    letter-spacing: 3px;
}
.awardsCertifications .filterLinks .awardsLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    position: relative;
    margin-bottom: 130px;
    min-width: 40%;
}

.awardsCertifications .filterLinks .awardsLinks .awardLinkLi:not(:last-of-type) {
    padding-right: 95px;
}

.awardsCertifications .filterLinks .awardsLinks .awardLinkLi  a {
    font-size: 16px;
    color: #fff;
    font-family: "light";
    text-decoration: unset !important;
    text-align: center;
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi  a.linkedAc {
    font-size: 22px;
    position: relative;
    border: 2px solid #8F929D;
    border-radius: 17px;
    padding: 6px 30px;
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi.active  a.linkedAc {
    border: 2px solid #BD9A5F;
}

.awardsCertifications .filterLinks .awardsLinks .subfilteredLink{
    position: absolute;
    width: 100%;
    visibility: hidden;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 85px;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi:last-of-type .subfilteredLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi:last-of-type .subfilteredLink a:not(:first-of-type) {
    margin-left: 30px;
}
.awardsCertifications .filterLinks .awardsLinks .subfilteredLink a {
    padding: 1px 16px;
    border-radius: 16px;
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi .linkedAc img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.ACswiper .swiperCertifications,
.ACswiper .swiperCertifications  .awardBox,
.ACswiper .swiperCertifications .swiper-slide {
    height: 256px;
}
.ACswiper .swiperCertifications  .awardBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
.ACswiper .swiperCertifications  .awardBox .awardHover {
    width: 100%;
    position: absolute;
    background: rgba(189, 155, 95, 0.8);
    bottom: -102%;
    height: 100%;
    text-align: center;
    padding: 0 18px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;

}
.ACswiper .swiperCertifications  .awardBox .awardHover img {
    padding-top: 45px;
    display: inline-block;
}
.ACswiper .swiperCertifications  .awardBox .awardHover span {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    padding-top: 45px;
    font-family: "light";
}
.ACswiper .swiperCertifications  .awardBox .awardIcon {
    height: 100%;
    width: 100%;
    padding: 20px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.ACswiper .swiperCertifications  .awardBox .awardIcon img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* start animation */
.ACswiper .swiperCertifications .awardBox:hover .awardHover {
    bottom: 0;
}
.ACswiper .swiperCertifications  .awardBox:hover .awardIcon img {
    -webkit-filter:unset;
            filter:unset;
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi.active .linkedAc img {
    -webkit-filter: unset;
            filter: unset;
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi.active .linkedAc {
    color: #BD9A5F;
}

.awardsCertifications .filterLinks .awardsLinks .awardLinkLi.active .subfilteredLink {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi.active .subfilteredLink a.active {
    background: #BD9A5F;
}
@supports not ((width: -webkit-max-content) or (width: -moz-max-content) or (width: max-content)) {
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi .subfilteredLink {
        width: 50%;
    }
}
@media (max-width:1600px) {
    .ACswiper .swiperCertifications .awardBox .awardHover span {
        font-size: 18px;
        line-height: 1.2;
    }
    .ACswiper .swiperCertifications, .ACswiper .swiperCertifications .awardBox, .ACswiper .swiperCertifications .swiper-slide {
        height: 200px;
    }
    .ACswiper .swiperCertifications .awardBox .awardHover span,
    .ACswiper .swiperCertifications .awardBox .awardHover img {
        padding-top: 30px;
    }
}
@media (max-width:992px) {
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi a.linkedAc {
        font-size: 20px;
    }
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi:not(:last-of-type) {
        padding-right: 65px;
    }
}
@media (max-width:600px) {
    .awardsCertifications {
        padding: 48px 0 60px;
    }
    .awardsCertifications .awardTitle {
        font-size: 22px;
        margin-bottom: 30px;
        letter-spacing: 3px;
    }
    .awardsCertifications .filterLinks .awardsLinks {
        width: 90%;
    }
    .awardsCertifications .filterLinks .awardsLinks .subfilteredLink a {
        padding: 1px 10px;
        border-radius: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 10px;
    }
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi .linkedAc img {
        width: 16px;
    }
    .awardsCertifications .filterLinks .awardsLinks {
        margin-bottom: 85px;
    }
    .awardsCertifications .filterLinks .awardsLinks .subfilteredLink {
        top: 65px;
    }
    .ACswiper .swiperCertifications .awardBox .awardHover img {
        padding-top: 20px;
    }
    .ACswiper .swiperCertifications, .ACswiper .swiperCertifications .awardBox, .ACswiper .swiperCertifications .swiper-slide {
        height: 180px;
    }
    .awardsCertifications::after {
        height: 125px;
    }
    .ACswiper .swiperCertifications .awardBox .awardHover span {
        font-size: 16px;
        padding-top: 22px;
    }
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi:not(:last-of-type) {
        padding-right: 20px;
    }
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi a.linkedAc {
        font-size: 15px;
    }

}
@media (max-width:500px) {
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi a.linkedAc {
        font-size: 14px;
    }
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi a.linkedAc {
        padding: 6px 15px;
    }
}
  


/* ----------- */

body,#s4-workspace {
	overflow:visible!important;
	width: 100% !important;
}
.ms-webpart-zone,div.ms-webpart-cell-vertical-inline-table,.ms-webpart-cell-vertical,.ms-webpart-chrome-vertical{
	display: block!important;
}
.ms-webpartzone-cell{
	margin-bottom:0!important
}
.newsSlide .carousel-item img{
    width: 100%;
}
.form-control {
    border-radius: 0;
    border: 1px solid #d6d6d6 !important;
    font-size: 14px;
    padding: 18px 11px 9px !important;
    height: auto;
}
.top-bar .user-info .btn.btn-secondary {
    background-color: unset;
    border: unset;
    padding: 0;
}
.top-bar .user-info {
    margin-left: 35px;
    margin-top: -5px;
}
.user-info .ms-siteactions-normal .ms-core-menu-root {
    transform: translate(-5px, 3px);
    display: inline-block;
}
.top-bar .user-info .btn.btn-secondary:focus {
    box-shadow: unset;
}
.top-bar .user-info .btn.btn-secondary::after {
    display: none;
}
.top-bar .user-info>img {
    display: inline-block;
    margin-left: 0;
}
.user-info .ms-siteactions-normal,
.user-info .ms-welcome-hover,
.user-info.ms-siteactions-hover {
    background-color: unset !important;
    border-color: transparent  !important;
}
.inner-page-header .breadcrumb > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inner-page-header .breadcrumb > span > span:not(:first-of-type) .breadcrumb-item {
    position: relative;
    padding-right: 30px;
}
.inner-page-header .breadcrumb > span > span:not(:first-of-type) .breadcrumb-item::after {
    content: "";
    width: 9px;
    height: 20px;
    background-position: center center;
    margin: 0 10px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.969' height='11.858' viewBox='0 0 6.969 11.858'%3E%3Cpath id='Path_528' data-name='Path 528' d='M1009.668,132.76l-5.421,5.378-5.378-5.378' transform='translate(139.197 -998.339) rotate(90)' fill='none' stroke='%238d8d8d' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    position: absolute;
}
.inner-page-header .breadcrumb > span > span:last-of-type a {
    pointer-events: none;
}

#fav-other-side  .date.mt-50 {
    max-width: 20px;
}

#fav-other-side  .row.justify-content-center .img-wrapper.mb-40 img{
    max-height: 450px;
    width: 100%;
}
.noti-full-item {
    height: 90%;
    padding: 5px;
    padding-bottom: 15px;
}
.noti-full-item .icon.bell {
    max-width: 65px;
    flex-shrink: 0;
}